<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.xiala ul { display:none; width:142px; height:auto; background:#022e51; position:absolute; z-index:999; margin:0px; padding:0px;}
.xiala ul li {margin:0px; text-align:center; width:140px; line-height:30px;height:30px; float:left; padding-left:0px;}
.xiala ul li a { font-weight:normal; font-size:14px;color:#fff; text-align:left; line-height:30px; float:left; height:30px; width:140px;text-align:center}
.xiala ul li a:hover{text-decoration:underline; background:none; color:#000;background:#fcbe00;}
/*
$('.xiala').mousemove(function () {
                $(this).find('ul').slideDown();//you can give it a speed
            });
            $('.xiala').mouseleave(function () {
                $(this).find('ul').slideUp("fast");
            });
    */</pre></body></html>